html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	margin:0 auto;
	overflow: hidden;
	background: #DADFE8;
}

.header {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin: 0;
	background: #3A3A3A;
	border: none;
	border-bottom: 1px solid;
	border-bottom-color: #2E2E2E;
}

.header h1 {
	font-family: sans-serif;
	font-size: 3em;
	margin-left: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}

.header code {
	font-size: 1.3em;
	font-weight:normal;
	color:#FFAC59;
}

.header a:link {
	color: white;
	text-decoration: none;
}
.header a:visited {
	color: white;
	text-decoration: none;
}
.header a:hover {
	color: white;
	text-decoration: none;
}

.hbar {
	background: #464646;
	color: white;
	padding-left: 1em;
	/*padding-top: 0.1em;
	padding-bottom: 0.1em;*/
	font-family: sans-serif;
	border: none;
	border-bottom: 1px solid;
	border-bottom-color: #2E2E2E;
	vertical-align: middle;
	font-size: 1em;
}

.hbar a:link {
	color: white;
	text-decoration: none;
}
.hbar a:visited {
	color: white;
	text-decoration: none;
}
.hbar a:hover {
	color: #FFAC59;
	text-decoration: none;
}

.hbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hbar li {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 2em;
}

.sv-content {
	display: flex;
	min-height: 100%;
}

.sidebar {
	flex: 0 0 14em;
	background: #DADFE8;
	font-family: sans-serif;
	font-size:1.0em;
	padding-top: 1.2em;
	padding-left: 1.0em;
	padding-bottom: 0.4em;
	padding-right: 1em;
	min-height: 100%;
	word-wrap: break-word;
}

.sidebar a:link {
	color: black;
	text-decoration: none;
}

.sidebar a:visited {
	color: black;
	text-decoration: none;
}

.sidebar a:hover {
	color: #777777;
	test-decoration: none;
}

.sidebar hr {
	border: none;
	border-top: 1px solid;
	color: #777777;
}

.sidebar ul {
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

.code {
	flex: 1;
	overflow:hidden;
	padding-left: 1.2em;
	padding-top: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 2em;
	background: white;
	min-height: 100%;
	border-left: 1px solid #777777;
}

.code a:link {
	color: black;
	text-decoration: none;
}

.code a:visited {
	color: black;
	text-decoration: none;
}

.code a:hover {
	color: #777777;
	test-decoration: none;
}

div.c2html-code {
	white-space: pre;
	font-family: monospace;
}
a.c2html-lineno {
	/* as long as user-select isn't widely spread, we throw the bomb */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	font-style: italic;
	text-decoration: none;
	color: grey;
}

/* c2html C */
span.c2html-lineno {
	text-align: right;
	display: inline-block;
	min-width: 3.6em;
}

a.c2html-lineno {
	/* as long as user-select isn't widely spread, we throw the bomb */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	font-style: italic;
	text-decoration: none;
	color: grey;
}

span.c2html-keyword {
	color: #0033CC;
	font-weight: bold;
}
span.c2html-macroconst {
	color: #6E25B8;
}
span.c2html-type {
	color: #6E25B8;
}
span.c2html-directive {
	color: #CC0000;
}
span.c2html-string {
	color: darkorange;
}
span.c2html-comment {
	color: #47A347;
}
span.c2html-stdinclude {
	color: darkorange;
}
span.c2html-userinclude {
	color: darkorange;
}

a.c2html-userinclude:link {
	color: darkorange;
	text-decoration:none;
	font-weight:normal;
}

a.c2html-userinclude:visited {
	color: darkorange;
	text-decoration:none;
}

a.c2html-userinclude:hover {
	color: darkorange;
	text-decoration:underline;
}

a.c2html-userinclude:active {
	color: darkorange;
	text-decoration:none;
}


.index_table {
	width: 100%;
}

.index_table th {
	text-align:left;
	color: white;
    background-color:#5B6F7A;
    font-family: sans-serif;
    padding-top: 0.4em;
    padding-left: 0.4em;
    padding-bottom: 0.4em;
    padding-right: 1em;
}


